openblas.git
4 weeks agoFix FTBFS on arm64
Debian Science Maintainers [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Fix FTBFS on arm64

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/d2906e8787ccc50051505f97262027bae6b55258
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2026-02-05

Last-Update: 2026-02-05
Gbp-Pq: Name ftbfs-serial-arm64.patch

4 weeks agoFix FTBFS in serial build
Debian Science Maintainers [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Fix FTBFS in serial build

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/874243421298866d116e1e8bdbd7e0ed4e31e4f6
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5607
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2026-02-03

Last-Update: 2026-02-03
Gbp-Pq: Name ftbfs-serial.patch

4 weeks agoFix dpotrf result on loong64 with la464 kernel
Debian Science Maintainers [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Fix dpotrf result on loong64 with la464 kernel

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/4001d7a74f7866bdcd8855caca62436ca7bc45ee
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5602
Bug-Debian: https://bugs.debian.org/1126103
Last-Update: 2026-02-03

Last-Update: 2026-02-03
Gbp-Pq: Name loong64-dpotrf.patch

4 weeks agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

4 weeks agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

4 weeks agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

4 weeks agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2026-02-03

Instead use the PIC libraries provided by packages liblapack-dev and liblapack64-dev,
stripping from them the symbols that are overridden by OpenBLAS.
Last-Update: 2026-02-03
Gbp-Pq: Name no-embedded-lapack.patch

4 weeks agoRemove warning about OpenMP
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

4 weeks agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

4 weeks agoopenblas (0.3.31+ds-3) unstable; urgency=medium
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
openblas (0.3.31+ds-3) unstable; urgency=medium

  * Upload to unstable

[dgit import unpatched openblas 0.3.31+ds-3]

4 weeks agoImport openblas_0.3.31+ds-3.debian.tar.xz
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Import openblas_0.3.31+ds-3.debian.tar.xz

[dgit import tarball openblas 0.3.31+ds-3 openblas_0.3.31+ds-3.debian.tar.xz]

5 weeks agoImport openblas_0.3.31+ds.orig.tar.xz
Sébastien Villemot [Wed, 4 Feb 2026 08:57:25 +0000 (09:57 +0100)]
Import openblas_0.3.31+ds.orig.tar.xz

[dgit import orig openblas_0.3.31+ds.orig.tar.xz]